.btn-outline-success {
    color: #7f4e3e;
    background-color: transparent;
    background-image: none;
    border-color: #7f4e3e;
}

li.nav-item.active:hover {
    background-color: #00c9ff;
}

.jnu_title {
	text-align: center;
	display: inline-flex;
	font-family: 'Acme', sans-serif;
}

.mr-auto {
    margin-right: 0px !important;
}
.jnu_title img {
    margin: 14px;
    margin-right: 20px;
}

.tit {
	margin: 10px;
	margin-left: 100px;
	font-size: 20px;
}

.nav-link {
	font-family: 'Marmelad', sans-serif;
	font-size: 17px;
	padding-left: 30px;
	padding-right: 30px;
}

.masthead {
	width: 100%;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 20px;
}

.fa-2X {
    color: blue;
}

@media screen and (max-width: 540px) {
	.tit {
		font-size:15px;
	}
}

@media screen and (max-width: 945px) {
	.hide1 {
		display: none;
	}
}

@media screen and (max-width: 908px) and (min-width: 575px) {
	.tit {
		font-size:15px;
	}
}

.container-fluid {
	width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-caption1 {
    position: absolute;
    right: 50%;
    bottom: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
    font-family: 'Rancho', cursive;
}

.small {
	font-size: 30px;
}

.wrv {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-align: center;
	padding: 80px;
}

@media screen and (max-width: 768px) {
	.wrv {
		padding-right: 50px;
	    padding-left: 50px;
	}
}

.w3-display-bottomleft1 {
    position: absolute;
    left: 0%;
    bottom: 10%;
}

.slider1 {
	background: linear-gradient(120deg, #c9ffbf 0%, #ffafbd 70%);
	border: 2px solid gray;
	box-shadow: 5px 10px 18px #888888;
}

.panel-info {
	border-color: red !important;
	margin: 60px;
	margin-top: 80px;
}

.panel-body {
min-height:250px;
padding:10px !important;
border: 2px solid gray;
border-radius: 2%;
box-shadow: 5px 10px 18px #888888;
}

.panel
{
-webkit-box-shadow: none !important;
}

.events {
	font-family: 'Rancho', cursive;
	font-size: 35px;
	text-align: center;
}

.fb1 {
min-height:250px;
padding:20px !important;
border: 2px solid gray;
border-radius: 2%;
box-shadow: 5px 10px 18px #888888;
margin: 60px;
margin-bottom: 80px;
margin-top: 80px;
margin-right: 60px;
font-family: 'Rancho', cursive;
font-size: 30px;
}

.logo {
	text-align: center;
}

.row {
    margin-right: 15px;
}

.row1 {
	background: linear-gradient(120deg, #c9ffbf 0%, #ffafbd 70%);
}

.page-footer {
    background:lightcyan;
    text-align:center;
    clear: both;
    width:100%;
    position: absolute;
    overflow: auto;
    
}

.home-newsletter {
padding: 20px 0;
background: transparent;
}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }

.home-newsletter .single h2 {
font-size: 22px;
color: black;
text-transform: uppercase;
margin-bottom: 40px; }

.home-newsletter .single .form-control {
height: 50px;
background: rgba(255, 255, 255, 0.6);
border-color: transparent;
 }

.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px; 
background: #243c4f;
color: #fff;
}

.flex-center {
	margin-top: 20px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3b4144;;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}